ComponentOne PDF for .NET
CSJ2K.j2k.entropy.decoder Namespace / ByteInputBuffer Class / ByteInputBuffer Constructor / ByteInputBuffer Constructor(Byte[])
the input buffer.

In This Topic
    ByteInputBuffer Constructor(Byte[])
    In This Topic
    Creates a new byte array input stream that reads data from the specified byte array. The byte array is not copied.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal buf() As Byte _
    )
    public ByteInputBuffer( 
       byte[] buf
    )

    Parameters

    buf
    the input buffer.
    See Also